.green {
  padding: 0 232px;
  color: white;
  align-items: center;
  background-color: #009944;
  height: 50px;
  display: flex;
  justify-content: space-between;
  min-width: 1440px;
    white-space: nowrap;
}
.green .right ul {
  display: flex;
  justify-content: space-between;
}

.green .right ul li {
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.green .right ul li .down {
  /* margin-top: 10px; */
  transform: translateY(5px);
  transform-origin: center 40%;

  margin-left: 5px;
  height: 0;
  width: 0;
  border: 8px solid white;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  transition: all 0.2s;
}
.last {
      white-space: nowrap;
  padding: 0 232px;
 min-width: 1440px;
  height: 50px;
}
.last .right {
        display: flex;
    align-self: center;
}
.weixin {
  position: relative;
}
.weixin:hover .erweima {
  display: block;
}

.weixin .erweima {
  position: absolute;
  left: -10px;
  top: -110px;
  z-index: 50;
  display: none;
}
.weixin .erweima .down {
  position: absolute;
  left: 35px;
  top: 94px;
}
.weixin2{
    border-radius: 4px;
    padding: 6px;
    background-color: white;
    color: black;
    top: -45px !important;
    left: -38px !important;
    
}
.weixin .weixin2 .down{
    left: 70px;
    top: 27px;
}
/* last */
.last {
  background-color: white;
  display: flex;
  justify-content: space-between;
  height: 53px;
  align-items: center;
}
.last .left {
  display: flex;
  align-items: center;
}
.last .left span {
  padding: 0 10px;
  font-weight: bold;
}
/* 旋转动画 */
.green .right ul .lianjie:hover .down {
  transform: rotate(180deg);
}
.green .right ul .lianjie {
  position: relative;
}
.green .right ul .lianjie .hide_options {
  position: absolute;
  background-color: white;
  color: #333;
  width: 180px;
  overflow-y: scroll;
  z-index: 70;
  top: -210px;
  left: -30px;
  box-shadow: 0 0 5px #ccc;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.green .right ul .lianjie:hover .hide_options {
  height: 195px;
  opacity: 1;
  overflow-y: scroll;
}
.green .right ul .lianjie .hide_options a:nth-of-type(1) {
  padding: 10px 10px 0 10px;
}

.green .right ul .lianjie .hide_options a {
  line-height: 50px;
  padding: 0 10px;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.green .right ul .lianjie .hide_options a:hover {
  color: white;
  background-color: #009944;
}
